home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 046a / olb901c.zip / GO.BAT < prev    next >
DOS Batch File  |  1991-10-10  |  3KB  |  52 lines

  1. echo off
  2. if exist install.exe goto l010
  3. cls
  4. echo        ██████████████████████████████████████████████████████████████████
  5. echo       ███                                                              ███
  6. echo       ███   Please CHANGE to DRIVE in which INSTALL DISK is inserted   ███
  7. echo       ███                                                              ███
  8. echo       ███   For example:      A: (enter)     or      B: (enter)        ███
  9. echo       ███                                                              ███
  10. echo       ███   Then retry: GO                                             ███
  11. echo       ███                                                              ███
  12. echo        ██████████████████████████████████████████████████████████████████
  13. goto dos
  14. :l010
  15. cls
  16. echo      █████████████████████████████████████████████████████████████████████
  17. echo      ██                                                                 ██
  18. echo      ██  ╔═══════════════════════════════════════════════════════════╗  ██
  19. echo      ██  ╚═════════════  WELCOME to ONLINE BIBLE v 5.00 ═════════════╝  ██
  20. echo      ██                                                                 ██
  21. echo      █████████████████████████████████████████████████████████████████████
  22. echo      **                                                                 **
  23. echo      ██                                                                 ██
  24. echo      ██  Please read the installation instructions on the next screen.  ██
  25. echo      ██                                                                 ██
  26. echo      ██  ╔╦═════════════════════════════════════════════════════════╦╗  ██
  27. echo      ██  ╠╝ If anything shouldest go wrong, use Ctrl-Break to stop. ╚╣  ██
  28. echo      ██  ╠╗  "a write-protect tab covereth a multitude of sins..."  ╔╣  ██
  29. echo      **  ╚╩═════════════════════════════════════════════════════════╩╝  **
  30. echo      █████████████████████████████████████████████████████████████████████
  31. echo   
  32. pause
  33. if exist read.me2 view read.me2
  34. :mm
  35. choose 12 Online Bible Installation Tutorial Install Instructions Shareware Dealer Info Begin Installation
  36. if not errorlevel 1 goto DOS
  37. if errorlevel 9 view tutorial.doc
  38. if errorlevel 8 view read.me
  39. if errorlevel 7 view shareware.doc
  40. if errorlevel 6 goto install
  41. goto mm
  42. :install
  43. cls
  44. echo      █████████████████████████████████████████████████████████████████████
  45. echo      **                                                                 **
  46. echo      ██                                                                 ██
  47. echo      ██            Type "install" to begin the installation.            ██
  48. echo      ██                                                                 ██
  49. echo      **                                                                 **
  50. echo      █████████████████████████████████████████████████████████████████████
  51. :dos
  52.